Load(IInputStream,BaseTransform[]) Method
Loads the image from an IInputStream or IRandomAccessStream.
public void Load(
Windows.Storage.Streams.IInputStream ,
params BaseTransform[]
)
'Declaration
Public Overloads Sub Load( _
ByVal As Windows.Storage.Streams.IInputStream, _
ByVal ParamArray () As BaseTransform _
)
Parameters
- inputStream
- The input stream.
- transforms
- The transformation chain for the image that is being loaded.